Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
bool ICollection<ViewRow>.IsReadOnly { get; }
Visual Basic
Private ReadOnly Property IsReadOnly As Boolean
	Implements ICollection(Of ViewRow).IsReadOnly
	Get

Implements

ICollection<(Of <(<'T>)>)>..::..IsReadOnly

See Also